[INFO] cloning repository https://github.com/james-j-obrien/flecs-wgpu-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/james-j-obrien/flecs-wgpu-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-j-obrien%2Fflecs-wgpu-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-j-obrien%2Fflecs-wgpu-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f7f55871f0db311f63f6316e9e21722e8fc0cdaf
[INFO] checking james-j-obrien/flecs-wgpu-demo against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames-j-obrien%2Fflecs-wgpu-demo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/james-j-obrien/flecs-wgpu-demo
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/james-j-obrien/flecs-wgpu-demo
[INFO] tweaked toml for git repo https://github.com/james-j-obrien/flecs-wgpu-demo written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/james-j-obrien/flecs-wgpu-demo on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/linebender/parley.git`
[INFO] [stderr]     Updating git repository `https://github.com/linebender/vello.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 318 packages to latest compatible versions
[INFO] [stderr]       Adding gpu-alloc-types v0.3.0 (available: v0.3.1)
[INFO] [stderr]       Adding wgpu v27.0.1 (available: v29.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b
[INFO] running `Command { std: "docker" "start" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling naga v26.0.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling codespan-reporting v0.12.0
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking kurbo v0.12.0
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.1
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking peniko v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling flecs_ecs_derive v0.2.0
[INFO] [stderr]    Compiling deref-derive v0.1.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking font-types v0.10.1
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking zerocopy v0.8.52
[INFO] [stderr]     Checking read-fonts v0.35.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]     Checking wayland-protocols v0.32.13
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr] error: could not compile `read-fonts` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8be25549d5418405531341b4be6d8538fc3c42e/bin/rustc --crate-name read_fonts --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.39.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("agl", "codegen_test", "default", "experimental_traverse", "ift", "libm", "scaler_test", "serde", "spec_next", "std"))' -C metadata=ba92f06aa03f994f -C extra-filename=-e0c854cb5a55068b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-9ed8a2c4c8934f19.rmeta --extern font_types=/opt/rustwide/target/debug/deps/libfont_types-058204cf4f300596.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b", kill_on_drop: false }`
[INFO] [stdout] c6431219076da6e6846fae7c2ca3809ae174adc73fab8a743dcdc3110caa183b
